Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump leafo/gh-actions-luarocks from 4 to 5 #781

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 28, 2025

Bumps leafo/gh-actions-luarocks from 4 to 5.

Release notes

Sourced from leafo/gh-actions-luarocks's releases.

v5

This change primarily modernizes the action to work on latest GitHub runners. The default version of LuaRocks has also been bumped to the latest, 3.11.1

What's Changed

New Contributors

Full Changelog: leafo/gh-actions-luarocks@v4...v5

v4.3.0

What's changed

  • Fix failure when installing LuaRocks 2.x (Note that LuaRocks 2.x is not compatible with Lua 5.4, if you wish to use older version of LuaRocks you will need to explicitly state the version of Lua you are installed when using leafo/gh-actions-lua
  • LuaRocks is now built in the RUNNER_TEMP directory instead of in the working directory (previously $(pwd)/.luarocks-install)
  • LuaRocks is now built using --with-lua instead of --with-lua-bin (should have no impact on end result)

Misc

  • Updated test suite for LuaRocks 2.4
  • Updated test suite for Lua 5.4

Full Changelog: leafo/gh-actions-luarocks@v4.2.0...v4.3.0

v4.2.0

What's Changed

  • add withLuaPath input to specify directory of existing Lua installation to use
  • feature: upgrade default luarocks to 3.8.0 which converts git:// to https:// by @​spacewander in leafo/gh-actions-luarocks#10
  • Fix link to Lua in readme by @​vadi2 in leafo/gh-actions-luarocks#7
  • update github actions vendored dependencies, run on node16
  • add test that uses openresty github action as lua installation

New Contributors

Full Changelog: leafo/gh-actions-luarocks@v4.1.0...v4.2.0

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [leafo/gh-actions-luarocks](https://github.com/leafo/gh-actions-luarocks) from 4 to 5.
- [Release notes](https://github.com/leafo/gh-actions-luarocks/releases)
- [Commits](leafo/gh-actions-luarocks@v4...v5)

---
updated-dependencies:
- dependency-name: leafo/gh-actions-luarocks
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 28, 2025
@asherber asherber merged commit 57f7516 into master Mar 4, 2025
3 checks passed
@asherber asherber deleted the dependabot/github_actions/leafo/gh-actions-luarocks-5 branch March 4, 2025 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant